Autogenerated HTML docs for v1.6.0.4-724-ga0d3a
diff --git a/git-pull.html b/git-pull.html index 556ebdb..b53bc0d 100644 --- a/git-pull.html +++ b/git-pull.html
@@ -906,14 +906,20 @@ <div class="content"> <pre><tt> <url>#<head></tt></pre> </div></div> -<div class="para"><p><tt><url></tt> is required; <tt>#<head></tt> is optional. -When you do not provide a refspec on the command line, -git will use the following refspec, where <tt><head></tt> defaults to <tt>master</tt>, -and <tt><repository></tt> is the name of this file -you provided in the command line.</p></div> +<div class="para"><p><tt><url></tt> is required; <tt>#<head></tt> is optional.</p></div> +<div class="para"><p>Depending on the operation, git will use one of the following +refspecs, if you don't provide one on the command line. +<tt><branch></tt> is the name of this file in <tt>$GIT_DIR/branches</tt> and +<tt><head></tt> defaults to <tt>master</tt>.</p></div> +<div class="para"><p>git fetch uses:</p></div> <div class="listingblock"> <div class="content"> -<pre><tt> refs/heads/<head>:<repository></tt></pre> +<pre><tt> refs/heads/<head>:refs/heads/<branch></tt></pre> +</div></div> +<div class="para"><p>git push uses:</p></div> +<div class="listingblock"> +<div class="content"> +<pre><tt> HEAD:refs/heads/<head></tt></pre> </div></div> </div> <h2 id="_merge_strategies">MERGE STRATEGIES</h2> @@ -1149,7 +1155,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-10-31 11:28:44 UTC +Last updated 2008-11-14 08:26:10 UTC </div> </div> </body>